home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 169 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.crl.com!usenet
  2. From: joewald@crl.com (Joseph Waldvogel)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Dialscript needed
  5. Date: 10 Jan 1996 05:26:06 GMT
  6. Organization: CRL Dialup Internet Access
  7. Message-ID: <789.6582T942T2789@crl.com>
  8. References: <4cug85$c38@news.usaor.net>
  9. NNTP-Posting-Host: crl11.crl.com
  10.  
  11.  
  12. >I've been having trouble with my dialscript I use with AmiTCP.  It seems
  13. >as it just hangs right after I send my password.  I've changed the script
  14. >after that point and no I get an error.  Could someone tell me what I'm
  15. >doing wrong?  Here is the script I use:
  16.  
  17. >TIMEOUT 1500
  18. >REDIAL "BUSY"
  19. >delay 100
  20. >send "ATZ"
  21. >wait "OK"
  22. >delay 5
  23. >SEND "ATDT 3914905"
  24. >WAIT "CONNECT"
  25. >delay 2
  26. >SEND ""
  27. >WAIT "ogin"
  28. >SEND "bley"
  29. >WAIT "assword"
  30. >SEND "xxx"
  31. >SEND "MTU"
  32. >delay 50
  33.  
  34. >Should there be something that says WAIT "PPP"?  How do I get out
  35. >of the script after I connect?
  36.  
  37. Could it have to do something with this SEND MTU???  Why would you do that?
  38. You know you might want to use SlipCALL (On AmiNET)  Works great and is what
  39. I'm doing.  It's pretty easy to set up, and setup a script for it.
  40.  
  41.